home *** CD-ROM | disk | FTP | other *** search
-
- This drawer contains generic install scripts. If you are creating a WHDLoad
- install you should use them. Only little adjustment is required to get a
- system conform, user friendly and well tried install package.
-
- What must be changed ?
- - change APPNAME in the Installer icon to the name of the program
- to install
- - replace the #?.slave and #?.inf with yours
- - adjust the README for your needs
- - file naming conventions:
- slave APPNAME + ".slave"
- dest icon APPNAME + ".inf"
- - if you want to provide an extra newicon, include it as APPNAME +
- ".newicon", the user will be asked during the installation process
- which icon to install
-
- DIC - for standard disk images:
- - the procedure "P_MakeImges" at the top of the install script must be
- changed depending on the amount of disks
- - if there is a on disk protection (e.g. RN-Copylock on track 1) the
- appropriate track must be marked to skip by DIC using the variable
- "#CI_skiptrk"
- - the length of the images to create can be set using the variable
- "#CI_disklen"
-
- RawDIC - for custom disk formats:
- - set #last-file in the installer script to the name of the last file
- created by RawDIC (will be used to check for success)
- - additional file naming conventions:
- imager APPNAME + ".islave"
-
- Std-Files - for standard Amiga Filesystem disks:
- - you have to add all the file copy stuff to the script
- - if you want to use a sub directory set #sub-dir appropriate
-
-
-